runtime.synctestBubble.now (field)

13 uses

	runtime (current package)
		synctest.go#L18: 	now     int64  // current fake time
		synctest.go#L147: 	if next > 0 && next <= bubble.now {
		synctest.go#L187: 	bubble.now = synctestBaseTime
		synctest.go#L215: 			gp.bubble.timers.check(bubble.now, bubble)
		synctest.go#L227: 		if next < bubble.now {
		synctest.go#L234: 		bubble.now = next
		time.go#L19: 		sec = bubble.now / (1000 * 1000 * 1000)
		time.go#L20: 		nsec = int32(bubble.now % (1000 * 1000 * 1000))
		time.go#L36: 		return gp.bubble.now
		time.go#L347: 		now = bubble.now
		time.go#L637: 		if t.state&timerHeaped == 0 && when <= bubble.now {
		time.go#L639: 				t.unlockAndRun(bubble.now, bubble)
		time.go#L1453: 		now = getg().bubble.now